@charset "utf-8";
/* =====================关于我们样式======================== */

/* 公司介绍 s */
.ab_profile{}
.profile_view{}
.profile_text{
	position: relative;
	width: 50%;
	padding: 3% 5% 0.2rem 0;
}
.profile_text .ab_tit{
	margin-bottom: 0.1rem;
}
.profile_text .info{
	font-size: 18px;
	line-height: 1.8;
	height: 4.8rem;
	padding-right: 20px;
	overflow-y: auto;
	margin-top: 0.25rem;
	text-align: justify;
	text-indent: 2em;
}


.profile_text .info::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.profile_pic{
	position: relative;
	width: 50%;
}
.profile_pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile_ul{
	background: #ACCE22;
	width: 100%;
	margin-top: 0.4rem;
}
.profile_ul li{
	position: relative;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0.45rem 0;
	width: 25%;
}
.profile_ul li h4{
	font-size: 40px;
	line-height: 1;
	color: white;
}
.profile_ul li p{
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-top: 5px;
}
.profile_ul li:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 56px;
	top: 50%;
	right: 0;
	margin-top: -28px;
	background: rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.38);
}
/* 公司介绍 e */


/* 企业文化 s */
.ab_culture{
	position: relative;
	background: url(../images/ab_culture_bg.jpg) no-repeat center;
	background-size: cover;
}
.ab_culture .ab_tit h3{
	position: relative;
	color: white;
	z-index: 2;
}
.ab_culture::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(37, 89, 159, 0.28);
	z-index: 1;
}
.ab_culture ul{
	position: relative;
	z-index: 2;
	margin-top: 0.4rem;
}
.ab_culture ul li{
	position: relative;
	width: 25%;
	min-height: 390px;
	padding: 30px;
	color: #333;
	text-align: center;
	background-color: white;
}


.ab_culture ul li:nth-child(2n){
	background-color: #ACCE22;
	color: white;
}
.ab_culture ul li .box{
	width: 100%;
}
.ab_culture ul li .box .icon{}
.ab_culture ul li .box .icon img{
	width: 33px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.ab_culture ul li:hover .box .icon img{
    margin-top: -20px;
}
.ab_culture ul li .box h4{
	padding: 14px 0;
	font-size: 24px;
	line-height: 30px;
}
.ab_culture ul li .box p{
	font-size: 16px;
	line-height: 1.5;
	color: #5f5f5f;
	letter-spacing: 1px;
	padding: 0 4%;
}

.ab_culture ul li .box p i{
	display: block;
}
.ab_culture ul li:nth-child(2n) .box p{
	color: white;
}
.ab_culture ul li .box p:after {
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    margin: 15px auto 20px;
}
.ab_culture ul li:nth-child(2n) .box p:after{
	background-color: white;
}
.ab_culture ul li .box span{
	font-size: 2.6vw;
	display: inline-block;
	line-height: 58px;
	font-weight: 600;
	text-transform: capitalize;
	color: #ACCE22;
}
.ab_culture ul li:nth-child(2n) .box span{
		color: white;
}
/* 企业文化 e */


/* 荣誉资质 s */
.ab_honor{}
.ab_honor .honor_view{}
.ab_honor .honor_view .fl{
	width: 66.66%;
	float: none;
}
.ab_honor .fl .honor_tit{
	margin-bottom: 0.3rem;
}
.ab_honor .fl .honor_tit .ab_tit{}
.ab_honor .fl .honor_tit .box{}
.ab_honor .fl .swiper-button-next,.ab_honor .fl .swiper-button-prev{
	position: relative;
	display: inline-block;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 50px;
	height: 50px;
	background-size: 25px !important;
	border: none;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	margin-left: 5px;
}
.ab_honor .fl .swiper-button-next::after,.ab_honor .fl .swiper-button-prev::after{
	display: none;
}
.ab_honor .fl .honor_tit .box .swiper-button-prev{
	background: #ACCE22 url(../images/honor_left.png) no-repeat center;
}
.ab_honor .fl .honor_tit .box .swiper-button-prev:hover,.ab_honor .fl .honor_tit .box .swiper-button-next:hover{
	-moz-box-shadow: 2px 2px 6px #DDDDDD;
	-webkit-box-shadow: 2px 2px 6px #dddddd;
	box-shadow: 2px 2px 6px #dddddd;
}
.ab_honor .fl .honor_tit .box .swiper-button-next{
	background: #ACCE22 url(../images/honor_right.png) no-repeat center;
}
.ab_honor .fl ul{}
.ab_honor .fl ul li{}
.ab_honor .fl ul li a{}
.ab_honor .fl ul li a .pic{}
.ab_honor .fl ul li a .pic img{}
.ab_honor .fl ul li a p{}

.ab_honor .fr{
	position: relative;
	float: none;
	width: 30.33%;
	margin-left: 3%;
}
.ab_honor .fr img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    -o-object-fit: cover;
    object-fit: cover;
}
/* 荣誉资质 e */

/* 荣誉资质改 s */
.ab_honor2.innov_con2{
	background-color: white;
}
/* 荣誉资质改 e */


/* 下载中心 s */
.ab_download{
	background-color: #f7f7f7;
}
.ab_download .con{
	padding: 0.4rem 0;
	height: calc(0.8rem + 480px);
}
.ab_download .con ul{
	
}
.ab_download .con ul li{
	margin-bottom: 30px;
	height: 90px;
}
.ab_download .con ul li:before,.ab_download .con ul li:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    transition: all .4s ease;
	z-index: 2;
}
.ab_download .con ul li:before {
    background-image: url(../images/down_ico1.png);
    width: 90px;
    border-right: 1px solid #f7f7f7;
    left: 0;
}
.ab_download .con ul li:after {
    background-image: url(../images/down_ico2.png);
    width: 120px;
    right: 0;
}
.ab_download .con ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0 120px 0 90px;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ab_download .con ul li .item{
	height: 90px;
	display: flex;
	align-items: center;
	padding-left: 32px;
	float: left;
	width: 20%;
}
.ab_download .con ul li .item:nth-child(1) {
    width: 40%;
}
.ab_download .con ul li .item h4{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-transform: capitalize;
}
.ab_download .con ul li .item p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ab_download .con ul li:hover a{background-color: #ACCE22;}
.ab_download .con ul li:hover:before{background-image: url('../images/down_ico1_on.png');border-right: 1px solid rgba(255, 255, 255, .1);}
.ab_download .con ul li:hover:after{background-image: url("../images/down_ico2_on.png");}
.ab_download .con ul li:hover .item h4, .ab_download .con ul li:hover .item p{color: #fff;}

.ab_download .swiper-pagination-bullet{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ab_download .swiper-pagination-bullet-active{
	background-color: #ACCE22;
	width: 30px;
	height: 8px;
	border-radius: 4px;
	
}
/* 下载中心 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.ab_culture ul{
		flex-wrap: wrap;
	}
	.ab_culture ul li{
		width: 50%;
		min-height: 320px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1359px){
	.ab_culture ul li:nth-child(3){
	    background-color: #ACCE22;
	    color: white;
	}
	.ab_culture ul li:nth-child(3) .box .icon{
		position: relative;
		filter: drop-shadow(100vw 0px 0 white);
		-webkit-filter: drop-shadow(100vw 0px 0 white);
		right: 100vw;
	}
	.ab_culture ul li:nth-child(3) .box p{
		color: white;
	}
	.ab_culture ul li:nth-child(3) .box span{
		color: white;
	}
	.ab_culture ul li:nth-child(3) .box p:after{
		background-color: white;
	}
	.ab_culture ul li:nth-child(4){
		background-color: white;
		color: #333;
	}
	.ab_culture ul li:nth-child(4) .box p{
		color: #5f5f5f;
	}
	.ab_culture ul li:nth-child(4) .box p:after{
		background-color: #000;
	}
	.ab_culture ul li:nth-child(4) .box span{
		color: #ACCE22;
	}
	.ab_culture ul li:nth-child(4) .box .icon{
		position: relative;
		filter: drop-shadow(100vw 0px 0 #161616);
		-webkit-filter: drop-shadow(100vw 0px 0 #161616);
		right: 100vw;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.profile_text .info{
		font-size: 16px;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.ab_tit h3{
		font-size: 28px;
	}
	
	.profile_view{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.profile_pic,.profile_text{
		width: 100%;
		padding-right: 0;
	}
	.profile_pic img{
		position: relative;
		width: 100%;
		height: auto;
	}
	.profile_text .info{
		height: auto;
	}
	.profile_ul li h4{
		font-size: 36px;
	}
	.profile_ul li p{
		font-size: 14px;
	}
	
	.ab_download .con ul li .item:nth-child(1){
		width: 100%;
		height: 42px;
	}
	.ab_download .con ul li .item{
		width: 33.33%;
		height: 48px;
		padding-left: 0.2rem;
	}
}

@media all and (max-width:768px) {
	.profile_ul{
		flex-wrap: wrap;
	}
	.profile_ul li{
		width: 50%;
	}
	
	.ab_culture ul li{
		width: 100%;
		height: auto;
		padding: 0.4rem;
	}
	
	/* .ab_download .con ul li{
		height: 60px;
		margin-bottom: 20px;
	}
	.ab_download .con ul li .item{
		height: 60px;
		padding-left: 0.2rem;
	}
	.ab_download .con ul li .item:nth-child(1){
		width: 100%;
	}
	.ab_download .con ul li .item:nth-child(2),.ab_download .con ul li .item:nth-child(3),.ab_download .con ul li .item:nth-child(4){
		display: none;
	}
	.ab_download .con ul li a{
		padding-right: 80px;
	}
	.ab_download .con ul li:after{
		width: 80px;
	}
	.ab_download .con ul li .item h4{
		font-size: 18px;
	}
	.ab_download .con ul li .item p{
		font-size: 16px;
	} */
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.profile_text{
		padding: 0.4rem 0 0;
	}
	.ab_tit h3{
		font-size: 24px;
	}
	.profile_text .info{
		line-height: 1.6;
	}
	.profile_ul li h4{
		font-size: 32px;
	}
	
	.ab_culture ul li .box span{
		font-size: 20px;
	}
	
	.ab_download .con{
		height: calc(0.8rem + 540px);
	}
	.ab_download .con ul li{
		height: 150px;
	}
	.ab_download .con ul li a{
		padding: 60px 20px 10px;
	}
	.ab_download .con ul li:before, .ab_download .con ul li:after{
	    width: 100%;
	    height: 60px;
	}
	.ab_download .con ul li:before {
	    background-position: left 20px center;
	}
	.ab_download .con ul li:after {
	    background-position: right 20px center;
	}
	.ab_download .con ul li .item{
		padding-left: 0;
	}
	.ab_download .con ul li .item h4{
		font-size: 16px;
	}
	.ab_download .con ul li .item p{
		font-size: 16px;
	}
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}
